== Installing L3 agent ==

apt-get install neutron-l3-agent

## BEGIN updates to /etc/neutron/l3_agent.ini

[DEFAULT]
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver
external_network_bridge =
router_delete_namespaces = true

## END updates to /etc/neutron/l3_agent.ini

service neutron-l3-agent restart
service neutron-l3-agent status
neutron agent-list


== Example ==

neutron router-create MyRouter-HA --ha=true

## NOTE TO READER: Additional examples in the book require the use of UUIDs that are unique
## to the local environment. As such, those examples are not provided here. Use the ip netns 
## and other CLI commands as documented in the book with the respective UUIDs.